.kfpopupdiv img {
    display: inline;
}

.kfoutbox .kfbox .kf54kefuqqbottom img {
    margin: 0px;
    padding: 0px;
    clear: both;
    float: left;
}

.kfoutbox {
    _position: absolute;
    left: 20px;
    kf54kefuqqtop: 100px;
}

.kfboxmenu {;
    display: none;
}

/* 轮播图插件 */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* navbar */
.navbar-container {
    width: 100%;
    height: 45px;
    border-bottom: 5px solid #6A960D;
    padding: 0 !important;
    background-color: #88BC1A;
}

.navbar {
    width: 100%;
    /*width: 1230px;*/
    margin: 0 auto;
    padding: 0 !important;
}

.navbar-nav {
    width: 100%;
    margin: 0 !important;
}

.navbar-collapse {
    z-index: 9999;
    background-color: #88BC1A;
}

.bg-green {
    background-color: #88BC1A;
}

/* 联系我们 */
.navbar-info {
    padding: 10px !important;
    font-size: 15px;
    line-height: 2;
    border-bottom: 1px solid #CCC;
}

.nav-item {
    text-align: center;
    padding: 0 20px;
}

.nav-item:hover {
    background-color: #68970d;
}

.navbar-brand,
.nav-link {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    margin: 5px !important;
    padding: 0 !important;
}